home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / CyberCash / _install / install_show.sh next >
Linux/UNIX/POSIX Shell Script  |  1997-02-24  |  312b  |  11 lines

  1. #! /bin/sh
  2. #windows:CyberCash\dist\CYBER2.EXE
  3.  
  4. # currently company dir is manually placed-should change
  5.  
  6. COMPANY_DIR=$PRODUCT_DIR/CyberCash
  7. export COMPANY_DIR
  8.         $OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
  9.  
  10. exit 0
  11.